home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 8 / FM Towns Free Software Collection 8.iso / t_os / sidefast / sidefast.c next >
C/C++ Source or Header  |  1994-06-01  |  57b  |  6 lines

  1. void
  2. main()
  3. {
  4.     _outb( 0x5ec, _inb( 0x5ec ) ^ 1 );
  5. }
  6.